home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1986 July / Ahoy_Magazine_86-07_1986_Double_L.d64 / disk protect.txt < prev    next >
Text File  |  2022-10-26  |  2KB  |  70 lines

  1. DISK EDIT and PROTECT
  2. by Glen Colbert
  3.  
  4. This program allows you a wide
  5. variety of options. When run the
  6. program gives you a menu of choices
  7. as follows:
  8.  
  9. A - Protect disk
  10. B - Remove protect
  11. C - File protect
  12. D - Display DOS RAM
  13. M - Display C-64 Memory
  14. Q - Quit
  15. S - Show sector
  16. V - View BAM
  17. Z - Allocate sector
  18. @ - Check all sectors
  19.  
  20. OPTION A: Allows you to protect your
  21. disk so that it cannot be written to.
  22.  
  23. OPTION B: Allows you to remove the
  24. protection on your disk so that it
  25. can be written to again.
  26.  
  27. OPTION C: Allows you to protect (or
  28. unprotect) single files on a disk. A
  29. protected file cannot be scratched
  30. (accidentally or intentionally). This
  31. option will display each file, one at
  32. a time on the screen and show the
  33. file type. If it is currently
  34. protected, a "<" will be displayed
  35. next to the file type. To protect a
  36. file, reply with "<". To unprotect a
  37. file, reply with a " " (space bar).
  38. Hit just the RETURN key to leave it
  39. as it is.
  40.  
  41. OPTION D: Allows you to display the
  42. contents of the RAM in your disk
  43. drive. This display is in hex (with
  44. ASCII on the right side).
  45.  
  46. OPTION M: Allows you to display the
  47. contents of the RAM in your computer.
  48. This display is in hex (with ASCII on
  49. the right side).
  50.  
  51. OPTION Q: Quits the program back to
  52. COMAL programming mode.
  53.  
  54. OPTION S: Shows the contents of the
  55. sector that you choose. The display
  56. is in hex (with ASCII on the right
  57. side).
  58.  
  59. OPTION V: Shows the contents of the
  60. BAM of the current disk (+ means
  61. allocated, blank means free).
  62.  
  63. OPTION Z: Allocates a sector on the
  64. disk. You tell it what track and
  65. sector. You can allocate all the
  66. sectors by replying -1,0.
  67.  
  68. OPTION @: Checks all the sectors on
  69. the disk for errors.
  70.